'Declaration
<__DynamicallyInvokableAttribute()> Public Overloads Sub Sort( _ ByVal index As System.Integer, _ ByVal count As System.Integer, _ ByVal comparer As System.Collections.Generic.IComparer(Of Element) _ )
'Usage
Dim instance As ElementCollection Dim index As System.Integer Dim count As System.Integer Dim comparer As System.Collections.Generic.IComparer(Of Element) instance.Sort(index, count, comparer)
Parameters
- index
- count
- comparer